﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100..700;100..700&family=Roboto:wght@100;300;400;500;700;900&display=swap');


/*!
 * This file is part of the DITA Open Toolkit project.
 *
 * Copyright 2004, 2005 IBM Corporation
 *
 * See the accompanying LICENSE file for applicable license.
 */
.igx-dita-content .codeblock {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.igx-dita-content .codeph {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.igx-dita-content code {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.igx-dita-content .kwd {
    font-weight: bold;
}

.igx-dita-content .parmname {
    font-weight: bold;
}

.igx-dita-content .var {
    font-style: italic;
}

.igx-dita-content .filepath {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.igx-dita-content div.tasklabel {
    margin-top: 1em;
    margin-bottom: 1em;
}

.igx-dita-content .screen {
    padding: 5px 5px 5px 5px;
    border: outset;
    background-color: #CCCCCC;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: pre;
}

.igx-dita-content .wintitle {
    font-weight: bold;
}

.igx-dita-content .numcharref {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .parameterentity {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .textentity {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .xmlatt {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .xmlelement {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .xmlnsname {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .xmlpi {
    color: #663399;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.igx-dita-content .frame-top {
    border-top: solid 1px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.igx-dita-content .frame-bottom {
    border-top: 0;
    border-right: 0;
    border-bottom: solid 1px;
    border-left: 0;
}

.igx-dita-content .frame-topbot {
    border-top: solid 1px;
    border-right: 0;
    border-bottom: solid 1px;
    border-left: 0;
}

.igx-dita-content .frame-all {
    border: solid 1px;
}

.igx-dita-content .frame-sides {
    border-top: 0;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: 0;
}

.igx-dita-content .frame-none {
    border: 0;
}

.igx-dita-content .scale-50 {
    font-size: 50%;
}

.igx-dita-content .scale-60 {
    font-size: 60%;
}

.igx-dita-content .scale-70 {
    font-size: 70%;
}

.igx-dita-content .scale-80 {
    font-size: 80%;
}

.igx-dita-content .scale-90 {
    font-size: 90%;
}

.igx-dita-content .scale-100 {
    font-size: 100%;
}

.igx-dita-content .scale-110 {
    font-size: 110%;
}

.igx-dita-content .scale-120 {
    font-size: 120%;
}

.igx-dita-content .scale-140 {
    font-size: 140%;
}

.igx-dita-content .scale-160 {
    font-size: 160%;
}

.igx-dita-content .scale-180 {
    font-size: 180%;
}

.igx-dita-content .scale-200 {
    font-size: 200%;
}

.igx-dita-content .expanse-page,
.igx-dita-content .expanse-spread {
    width: 100%;
}

.igx-dita-content .fig {
    /* Default of italics to set apart figure captions */
    /* Use @frame to create frames on figures */
}

.igx-dita-content .figcap {
    font-style: italic;
}

.igx-dita-content .figdesc {
    font-style: normal;
}

.igx-dita-content .figborder {
    border-color: Silver;
    border-style: solid;
    border-width: 2px;
    margin-top: 1em;
    padding-left: 3px;
    padding-right: 3px;
}

.igx-dita-content .figsides {
    border-color: Silver;
    border-left: 2px solid;
    border-right: 2px solid;
    margin-top: 1em;
    padding-left: 3px;
    padding-right: 3px;
}

.igx-dita-content .figtop {
    border-color: Silver;
    border-top: 2px solid;
    margin-top: 1em;
}

.igx-dita-content .figbottom {
    border-bottom: 2px solid;
    border-color: Silver;
}

.igx-dita-content .figtopbot {
    border-bottom: 2px solid;
    border-color: Silver;
    border-top: 2px solid;
    margin-top: 1em;
}

/* Align images based on @align on topic/image */
.igx-dita-content div.imageleft {
    text-align: left;
}

.igx-dita-content div.imagecenter {
    text-align: center;
}

.igx-dita-content div.imageright {
    text-align: right;
}

.igx-dita-content div.imagejustify {
    text-align: justify;
}

/* Set heading sizes, getting smaller for deeper nesting */
/*.igx-dita-content .topictitle1 {*/
/*    font-size: 1.34em;*/
/*    margin-bottom: 0.1em;*/
/*    margin-top: 0;*/
/*}*/

.igx-dita-content .topictitle2 {
    font-size: 1.17em;
    margin-bottom: 0.45em;
    margin-top: 1pc;
}

.igx-dita-content .topictitle3 {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 0.17em;
    margin-top: 1pc;
}

.igx-dita-content .topictitle4 {
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 0.83em;
}

.igx-dita-content .topictitle5 {
    font-size: 1.17em;
    font-weight: bold;
}

.igx-dita-content .topictitle6 {
    font-size: 1.17em;
    font-style: italic;
}

.igx-dita-content .sectiontitle {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
}

.igx-dita-content .section {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .example {
    margin-bottom: 1em;
    margin-top: 1em;
}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.igx-dita-content .ullinks {
    list-style-type: none;
}

.igx-dita-content .ulchildlink {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .olchildlink {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .linklist {
    margin-bottom: 1em;
}

.igx-dita-content .linklistwithchild {
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.igx-dita-content .sublinklist {
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.igx-dita-content .relconcepts strong {
    line-height: 2em;
}

.igx-dita-content .relconcepts {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .reltasks strong {
    line-height: 2em;
}

.igx-dita-content .reltasks {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .relref strong {
    line-height: 2em;
}

.igx-dita-content .relref {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .relinfo {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .breadcrumb {
    font-size: smaller;
    margin-bottom: 1em;
}

/* Simple lists do not get a bullet */
.igx-dita-content ul.simple {
    list-style-type: none;
}

/* Default of bold for definition list terms */
.igx-dita-content .dlterm {
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

/* Use CSS to expand lists with @compact="no" */
.igx-dita-content .dltermexpand {
    font-weight: bold;
    margin-top: 1em;
}

.igx-dita-content *[compact="yes"] > li {
    margin-top: 0;
}

.igx-dita-content *[compact="no"] > li {
    margin-top: 0.53em;
}

.igx-dita-content .liexpand {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .sliexpand {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .dlexpand {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .ddexpand {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .stepexpand {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .substepexpand {
    margin-bottom: .25em;
    margin-top: .25em;
}

.igx-dita-content dt.prereq {
    font-family: "SharpSansDispNo2-Bold", Helvetica, Arial, sans-serif;
    margin-left: 20px;
}

/* All note formats have the same default presentation */
.igx-dita-content .note {
    margin-bottom: 1em;
    margin-top: 1em;
}

.igx-dita-content .note .notetitle,
.igx-dita-content .note .notelisttitle,
.igx-dita-content .note .note__title {
    font-weight: bold;
}

/* Various basic phrase styles */
.igx-dita-content .bold {
    font-weight: bold;
}

.igx-dita-content .bolditalic {
    font-style: italic;
    font-weight: bold;
}

.igx-dita-content .italic {
    font-style: italic;
}

.igx-dita-content .underlined {
    text-decoration: underline;
}

.igx-dita-content .uicontrol {
    font-weight: bold;
}

.igx-dita-content .defkwd {
    font-weight: bold;
    text-decoration: underline;
}

.igx-dita-content .shortcut {
    text-decoration: underline;
}

.igx-dita-content table {
    border-collapse: collapse;
}

.igx-dita-content table .desc {
    display: block;
    font-style: italic;
}

.igx-dita-content .cellrowborder {
    border-bottom: solid 1px;
    border-left: 0;
    border-right: solid 1px;
    border-top: 0;
}

.igx-dita-content .row-nocellborder {
    border-bottom: solid 1px;
    border-left: 0;
    border-top: 0;
}

.igx-dita-content .cell-norowborder {
    border-left: 0;
    border-right: solid 1px;
    border-top: 0;
}

.igx-dita-content .nocellnorowborder {
    border: 0;
}

.igx-dita-content .firstcol {
    font-weight: bold;
}

.igx-dita-content .table--pgwide-1 {
    width: 100%;
}

.igx-dita-content .align-left {
    text-align: left;
}

.igx-dita-content .align-right {
    text-align: right;
}

.igx-dita-content .align-center {
    text-align: center;
}

.igx-dita-content .align-justify {
    text-align: justify;
}

.igx-dita-content .align-char {
    text-align: char;
}

.igx-dita-content .valign-top {
    vertical-align: top;
}

.igx-dita-content .valign-bottom {
    vertical-align: bottom;
}

.igx-dita-content .valign-middle {
    vertical-align: middle;
}

.igx-dita-content .colsep-0 {
    border-right: 0;
}

.igx-dita-content .colsep-1 {
    border-right: 1px solid;
}

.igx-dita-content .rowsep-0 {
    border-bottom: 0;
}

.igx-dita-content .rowsep-1 {
    border-bottom: 1px solid;
}

.igx-dita-content .stentry {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.igx-dita-content .stentry:last-child {
    border-right: 0;
}

.igx-dita-content .strow:last-child .stentry {
    border-bottom: 0;
}

/* Add space for top level topics */
.igx-dita-content .nested0 {
    margin-top: 1em;
}

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.igx-dita-content .p {
    margin-top: 1em;
}

.igx-dita-content .hotspot--hidden {
    display: none;
}

.igx-dita-content .hotspot__button {
    width: auto;
    border: none;
    background-color: transparent;
    padding: 0px;
    color: #38669e;
}

.igx-dita-content .hotspot__button:hover {
    color: #244266;
    text-decoration: underline;
}

.igx-dita-content .hotspot__button--label {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: inherit;
    font-family: inherit;
}

.igx-dita-content .hotspot__button--hide::after {
    cursor: pointer;
    content: " ▼";
    font-size: 1em;
    height: 1em;
    width: 0.7em;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.igx-dita-content .hotspot__button--show::after {
    cursor: pointer;
    content: " ▶";
    font-size: 1em;
    height: 1em;
    width: 0.7em;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.igx-dita-content body {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0.5em;
}

.igx-dita-content main {
    display: block;
    padding-bottom: 0.5em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.igx-dita-content main > article {
    border-bottom: solid 1px #c6c7ca;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.igx-dita-content .book-heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: .25em;
    margin-top: .55em;
}

/*.igx-dita-content h1.topictitle1 {*/
/*    padding-bottom: 0em;*/
/*    border-bottom: solid 1pt #c6c7ca;*/
/*}*/

.igx-dita-content p,
.igx-dita-content .p,
.igx-dita-content td,
.igx-dita-content th {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.igx-dita-content td,
.igx-dita-content th {
    padding: 5px;
}

.igx-dita-content td p:first-child,
.igx-dita-content td .p:first-child,
.igx-dita-content th p:first-child,
.igx-dita-content th .p:first-child {
    margin-top: 0px;
}

.igx-dita-content td p:last-child,
.igx-dita-content td .p:last-child,
.igx-dita-content th p:last-child,
.igx-dita-content th .p:last-child {
    margin-bottom: 0px;
}

.igx-dita-content td.nocellnorowborder,
.igx-dita-content th.nocellnorowborder {
    border: solid 1px #c6c7ca;
}

.igx-dita-content table {
    margin-top: 0.5em;
    margin-bottom: calc(0.5em * 2);
    border-color: #808080;
    width: 90%;
}

.igx-dita-content td {
    vertical-align: top;
}

.igx-dita-content th {
    font-weight: bold;
    text-align: left;
}

.igx-dita-content .stentry {
    border: solid 1px #c6c7ca !important;
}

.igx-dita-content table.stepTable {
    margin-bottom: 0em;
}

.igx-dita-content table.stepTable td:first-child {
    width: 5%;
}

.igx-dita-content .footnote {
    vertical-align: top;
}

.igx-dita-content .table__footnotes {
    font-size: .8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

.igx-dita-content .steps:not(.notable) > thead > tr > th,
.igx-dita-content .steps:not(.notable) > thead > tr > td,
.igx-dita-content .steps:not(.notable) > tbody > tr > th,
.igx-dita-content .steps:not(.notable) > tbody > tr > td {
    border: solid 1px #c6c7ca;
}

.igx-dita-content .steps.notable:not(.summary_steps) {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: solid 1px #c6c7ca;
    border-bottom: solid 1px #c6c7ca;
}

.igx-dita-content .steps td:first-of-type {
    width: 4em;
    white-space: nowrap;
}

.igx-dita-content .steps th,
.igx-dita-content .steps td {
    text-align: left;
    vertical-align: top;
    padding: 3px;
}

.igx-dita-content .steps.summary_steps {
    padding-left: 40px;
    list-style-type: none;
    counter-reset: summary-steps-counter;
}

.igx-dita-content .steps.summary_steps .choices {
    padding-left: calc(40px * 2);
}

.igx-dita-content .steps.summary_steps > li:before {
    content: counter(summary-steps-counter) ".";
    counter-increment: summary-steps-counter;
    float: left;
    clear: both;
    margin-right: 5px;
    width: 2em;
    font-weight: bold;
}

.igx-dita-content .choption {
    font-weight: normal;
}

.igx-dita-content sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.55em;
}

.igx-dita-content .tabletitle {
    font-weight: bold;
}

.igx-dita-content .cmdname {
    font-weight: bold;
}

.igx-dita-content caption {
    text-align: left;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.igx-dita-content pre {
    font-family: "Roboto", 'Courier New', Courier, monospace;
    margin-bottom: 0em;
    margin-top: 0em;
    line-height: 1.2em;
}

.igx-dita-content pre.screen {
    padding: 5px 5px 5px 5px;
    border: outset;
    background-color: #CCCCCC;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: pre;
}

.igx-dita-content .codeblock .b {
    background-color: yellow;
}

.igx-dita-content figure {
    margin-top: 0.5em;
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 0;
}

.igx-dita-content figcaption,
.igx-dita-content .figcap {
    font-style: normal;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.igx-dita-content .faq_minitoc {
    border-bottom: solid 1px #c6c7ca;
    padding-bottom: 0.5em;
}

.igx-dita-content .ullinks {
    list-style-type: disc;
    padding-left: 30px;
    margin-left: 0px;
}

.igx-dita-content .ulchildlink,
.igx-dita-content .olchildlink {
    margin-top: 0.5em;
    margin-bottom: 0em;
}

.igx-dita-content .linklist {
    margin-bottom: 1em;
}

.igx-dita-content .linklistwithchild,
.igx-dita-content .sublinklist {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

/*.igx-dita-content .topictitle1 {*/
/*    font-size: 1.5em;*/
/*    color: #336666;*/
/*    font-weight: bold;*/
/*    margin-top: 1em;*/
/*    margin-bottom: 0.5em;*/
/*}*/

.igx-dita-content .topictitle2 {
    font-size: 1.4em;
    color: #336666;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.igx-dita-content .topictitle3 {
    font-size: 1.2em;
    color: #336666;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.igx-dita-content .topictitle4 {
    color: #336666;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.igx-dita-content .sectiontitle {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #373C42;
    font-family: "SharpSansDispNo2-Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.igx-dita-content .sectiontitle--inline {
    padding-right: 0.5em;
}

.igx-dita-content .section_rel_title {
    margin-top: 1em;
    margin-bottom: -1em;
    color: black;
    font-weight: bold;
}

.igx-dita-content .section_synblk_title {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: black;
    font-weight: bold;
}

.igx-dita-content .synblk *,
.igx-dita-content .synph * {
    font-family: inherit;
}

.igx-dita-content .synblk .importance--default,
.igx-dita-content .synph .importance--default {
    text-decoration: underline;
}

.igx-dita-content .table td,
.igx-dita-content .table th {
    border-left: solid 1px #c6c7ca;
    border-right: solid 1px #c6c7ca;
    border-top: solid 1px #c6c7ca;
    border-bottom: solid 1px #c6c7ca;
    text-align: left;
}

.igx-dita-content table.note {
    width: auto;
    max-width: 90%;
}

.igx-dita-content .note--table.note td {
    vertical-align: middle;
}

.igx-dita-content .note--table.note td[role=heading] {
    font-weight: bold;
}

.igx-dita-content .note--table.note--note td[role=heading] div {
    background-image: url("../template_images/note.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 25px;
    padding-left: 0px;
    min-width: 38px;
    text-align: left;
}

.igx-dita-content .note--table.note--caution td[role=heading] div {
    background-image: url("../template_images/caut.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 25px;
    padding-left: 0px;
    min-width: 38px;
    text-align: left;
}

.igx-dita-content .note--table.note--tip td[role=heading] div {
    background-image: url("../template_images/tip.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 25px;
    padding-left: 0px;
    min-width: 38px;
    text-align: left;
}

.igx-dita-content .note--table.note--fastpath td[role=heading] div {
    background-image: url("../template_images/timesave.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 31px;
    padding-left: 0px;
    min-width: 38px;
    text-align: left;
}

.igx-dita-content .note--table.note--warning td[role=heading] div {
    background-image: url("../template_images/warn.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 25px;
    padding-left: 0px;
    min-width: 38px;
    text-align: left;
}

.igx-dita-content .note--table.note .note__content {
    padding: 0.5em 0px 0.5em 0px;
    border-top: solid 1px #c6c7ca;
    border-bottom: solid 1px #c6c7ca;
}

.igx-dita-content .note--compact {
    margin: 0px;
}

.igx-dita-content .note--compact td {
    padding: 0.5em 0px 0.5em 0px;
    border-style: none;
}

.igx-dita-content .note--compact td[role=heading] {
    font-weight: bold;
    width: 1em;
    padding: 0.5em 1em 0px 0px;
}

.igx-dita-content .note--compact td[role=heading] div {
    background-image: none;
}

.igx-dita-content .heading {
    font-size: 1.25em;
    color: #373C42;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.igx-dita-content .userinput {
    font-weight: bold;
}

.igx-dita-content .related_commands td,
.igx-dita-content .related_commands th {
    border: solid 1px #c6c7ca;
}

/*.igx-dita-content h1.topictitle1 {*/
/*    color: #373C42;*/
/*    font-weight: normal;*/
/*    font-family: "SharpSansDispNo2-Bold", Helvetica, Arial, sans-serif;*/
/*    border-bottom-style: none;*/
/*}*/

.igx-dita-content h2.topictitle2 {
    color: #373C42;
    font-weight: normal;
    border-bottom-style: none;
}

.igx-dita-content h3.topictitle3 {
    color: #373C42;
    font-weight: normal;
    border-bottom-style: none;
}

.igx-dita-content h4.topictitle4 {
    color: #373C42;
    font-weight: normal;
    border-bottom-style: none;
}

.igx-dita-content a {
    color: #326CD1;
}

.igx-dita-content p.p {
    margin-bottom: .5em;
    color: #000000;
}

.igx-dita-content ul {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.igx-dita-content ol {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.igx-dita-content li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.igx-dita-content li p.p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.igx-dita-content .steps td:first-child {
    padding-right: 1em;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content .summary_steps {
        display: none;
    }

    .igx-dita-content .steps {
        border-top: solid 1px #c6c7ca;
        border-bottom: solid 1px #c6c7ca;
    }

    .igx-dita-content .steps thead {
        display: none;
    }

    .igx-dita-content .steps > tbody > tr > td,
    .igx-dita-content .steps > tbody > tr > th {
        border-style: none !important;
    }

    .igx-dita-content .step--command,
    .igx-dita-content .step--purpose {
        display: table-row;
    }
}

.igx-dita-content figure img.scale {
    cursor: zoom-in;
    max-width: 100%;
}

.igx-dita-content figure img.scale.expanded {
    max-width: 98% !important;
    max-height: 98% !important;
    z-index: 1001;
    position: absolute;
    margin: auto auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: zoom-out;
}

.igx-dita-content #scale-background {
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    cursor: zoom-out;
}

.igx-dita-content #scale-background.hidden {
    display: none;
}

.igx-dita-content nav[role=toc] {
    font-size: inherit;
}

.igx-dita-content nav[role=toc] > div {
    left: 0;
    padding-right: 0;
}

.igx-dita-content nav[role=toc] ul {
    margin-left: 0px;
    padding-left: 0;
    margin-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    overflow-y: auto;
    height: calc(100% - 26px);
}

.igx-dita-content nav[role=toc] li {
    display: block;
    margin-left: 2px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.igx-dita-content nav[role=toc] li > a,
.igx-dita-content nav[role=toc] li > span.title {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: -20px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 3px;
}

.igx-dita-content nav[role=toc] li > a:hover,
.igx-dita-content nav[role=toc] li > a:focus,
.igx-dita-content nav[role=toc] li > span.title:hover,
.igx-dita-content nav[role=toc] li > span.title:focus {
    text-decoration: none;
}

.igx-dita-content nav[role=toc] li.active > a {
    background-color: #d3dfea;
    color: black;
    text-shadow: 0 -1px 0 transparent;
}

.igx-dita-content nav[role=toc] li.expanded > .controller {
    opacity: 0.5;
    cursor: pointer;
    width: 0.7em;
    margin-left: -1em;
    float: left;
    line-height: 0.7em;
    background-image: url("../template_images/arrow-down.svg");
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    display: inline;
    height: 1.5em;
    background-position: 100% 50%;
    padding-top: 0px;
}

.igx-dita-content nav[role=toc] li.collapsed > .controller {
    opacity: 0.5;
    cursor: pointer;
    width: 0.7em;
    margin-left: -1em;
    float: left;
    line-height: 0.7em;
    background-image: url("../template_images/arrow-right.svg");
    background-size: 0.7em 0.7em;
    background-repeat: no-repeat;
    display: inline;
    height: 1.5em;
    background-position: 100% 50%;
    padding-top: 0px;
}

.igx-dita-content nav[role=toc] li.collapsed > ul {
    display: none;
}

.igx-dita-content nav[role=toc] #toc-controls {
    background-color: #373c42;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 24px;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    background-image: url("../template_images/Cisco Secure - linear - 1C White.png");
    background: url("../template_images/Cisco Secure - linear - 1C White.png"), linear-gradient(90deg, #373c42, #0f1214);
    /* it will use gradient if supported */
    background-size: contain;
    background-repeat: no-repeat;
}

.igx-dita-content nav[role=toc] .icon {
    font-size: inherit;
    width: 1em;
    height: 1em;
    display: inline-block;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

.igx-dita-content nav[role=toc] .icon svg .st0,
.igx-dita-content nav[role=toc] .icon svg .st1 {
    stroke: grey;
}

.igx-dita-content nav[role=toc] .icon:hover svg .st0,
.igx-dita-content nav[role=toc] .icon:hover svg .st1 {
    stroke: #38669e;
}

.igx-dita-content nav[role=toc] {
    background-color: white;
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.1);
    flex: 1 1 30%;
    height: calc(100% - 24px - (2 * 7px) - 0px);
    min-width: 230px;
    font-size: 75%;
}

.igx-dita-content nav[role=toc] ul {
    padding-left: 14px;
}

.igx-dita-content nav[role=toc] > ul {
    margin-left: 0;
    padding-left: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.igx-dita-content nav[role=toc] li > a,
.igx-dita-content nav[role=toc] li > span.title {
    text-decoration: none;
    padding-top: 2px;
    color: #000000;
}

.igx-dita-content nav[role=toc] li > a:hover {
    color: #38669e;
}

.igx-dita-content nav[role=toc] li.active > a,
.igx-dita-content nav[role=toc] li.active > a:hover {
    background-color: #d3dfea;
    color: black;
}

.igx-dita-content nav[role=toc] li.active > span.controller {
    color: #e1eaf4;
}

.igx-dita-content #toggle-toc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-flex: 1;
    -ms-flex-preferred-size: 25px;
    height: 100%;
    background-color: #FAFAFA;
    width: 15px;
    cursor: pointer;
}

.igx-dita-content #toggle-toc:hover {
    background-color: #EEEEEE;
}

.igx-dita-content #toggle-toc svg {
    width: 7px;
    opacity: 0.3;
    padding: 2px;
}

.igx-dita-content #toggle-toc svg:hover {
    opacity: 0.5;
}

.igx-dita-content nav[role=toc].hidden {
    display: none;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content #toggle-toc {
        display: none;
    }
}

@keyframes fade-in-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.igx-dita-content #search {
    display: flex;
    flex-direction: column;
    opacity: 0.75;
    height: calc(100% - 24px);
    flex: 0 0 300px;
    max-width: 300px;
    z-index: 1;
    transition: ease 0.5s;
}

.igx-dita-content #search.hidden {
    flex: 0 0 0px;
    transition: ease 0.5s;
}

.igx-dita-content #search.hidden #close-icon {
    opacity: 0;
}

.igx-dita-content #search-input {
    background-color: white;
    z-index: 1;
    position: absolute;
    right: 0;
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    display: block;
    transition: ease 0.5s;
    height: 40px;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content #search-input.hidden {
        left: 0;
    }
}

.igx-dita-content #search-input input,
.igx-dita-content #search-input input:focus,
.igx-dita-content #search-input input:hover {
    width: calc(300px - 45px);
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    margin: 8px;
    transition: ease 0.5s;
}

@media (max-width: 1660px) {

    .igx-dita-content #search-input input:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:focus:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:hover:not(:focus):not(.has-results) {
        width: 200px;
    }
}

@media (max-width: 1430px) {

    .igx-dita-content #search-input input:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:focus:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:hover:not(:focus):not(.has-results) {
        width: 110px;
    }
}

@media (max-width: 1280px) {

    .igx-dita-content #search-input input:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:focus:not(:focus):not(.has-results),
    .igx-dita-content #search-input input:hover:not(:focus):not(.has-results) {
        width: 0px;
        margin: 8px 0px;
    }
}

@media (max-width: 1280px) {

    .igx-dita-content #search-input input:not(:focus):not(.has-results) + #close-icon,
    .igx-dita-content #search-input input:focus:not(:focus):not(.has-results) + #close-icon,
    .igx-dita-content #search-input input:hover:not(:focus):not(.has-results) + #close-icon {
        display: none;
    }
}

.igx-dita-content #search-input div.icon {
    display: inline-block;
    width: calc(1em + 3px);
    position: relative;
    top: 3px;
}

.igx-dita-content #search-input div.icon--left {
    left: 8px;
    margin-right: 4px;
}

.igx-dita-content #search-input div.icon--right {
    right: 8px;
    margin-left: 4px;
}

.igx-dita-content #search-input div.icon svg {
    width: 1em;
    height: 1em;
}

.igx-dita-content #search-results {
    position: relative;
    top: 40px;
    height: calc(100% - 40px);
    background-color: #fafafa;
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.igx-dita-content .search-result {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    animation: fade-in-keyframes 0.5s;
}

.igx-dita-content span.highlight {
    background-color: yellow;
}

@keyframes fade-in-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.igx-dita-content .hotspot--hidden {
    display: none;
}

.igx-dita-content .hotspot__button {
    width: auto;
    border: none;
    background-color: transparent;
    padding: 0px;
    color: #38669e;
}

.igx-dita-content .hotspot__button:hover {
    color: #244266;
    text-decoration: underline;
}

.igx-dita-content .hotspot__button--label {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: inherit;
    font-family: inherit;
}

.igx-dita-content .hotspot__button--hide::after {
    cursor: pointer;
    content: " ▼";
    font-size: 1em;
    height: 1em;
    width: 0.7em;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.igx-dita-content .hotspot__button--show::after {
    cursor: pointer;
    content: " ▶";
    font-size: 1em;
    height: 1em;
    width: 0.7em;
    padding: 0px;
    text-decoration: none;
    color: inherit;
}

.igx-dita-content nav#breadcrumbs {
    font-size: 75%;
    margin-top: 6px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.igx-dita-content nav#breadcrumbs .home svg {
    height: 1em;
    width: 1em;
}

.igx-dita-content #navigate-back,
.igx-dita-content #navigate-forward {
    width: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-flex: 1;
    -ms-flex-preferred-size: 25px;
}

.igx-dita-content #navigate-back.disabled,
.igx-dita-content #navigate-forward.disabled {
    opacity: 0.3;
}

.igx-dita-content #navigate-back.disabled .icon:hover,
.igx-dita-content #navigate-forward.disabled .icon:hover {
    cursor: default;
}

.igx-dita-content #navigate-back .icon svg,
.igx-dita-content #navigate-forward .icon svg {
    transform: scale(1, 1);
    width: 15px;
}

.igx-dita-content #navigate-back .icon svg .st0,
.igx-dita-content #navigate-back .icon svg .st1,
.igx-dita-content #navigate-forward .icon svg .st0,
.igx-dita-content #navigate-forward .icon svg .st1 {
    stroke: grey;
}

.igx-dita-content #navigate-back .icon:hover,
.igx-dita-content #navigate-forward .icon:hover {
    cursor: pointer;
}

.igx-dita-content #navigate-back .icon:hover svg .st0,
.igx-dita-content #navigate-back .icon:hover svg .st1,
.igx-dita-content #navigate-forward .icon:hover svg .st0,
.igx-dita-content #navigate-forward .icon:hover svg .st1 {
    stroke: #38669e;
}

.igx-dita-content #navigate-forward {
    margin-right: 20px;
}

.igx-dita-content #navigate-back {
    padding-left: 30px;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content #navigate-back {
        padding-left: 10px;
    }

    .igx-dita-content #navigate-forward {
        margin-right: 10px;
    }
}

.igx-dita-content body,
.igx-dita-content html {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

.igx-dita-content main[role=main] {
    flex: 1 1 100%;
    height: calc(100% - 24px);
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -51px;
}

.igx-dita-content main[role=main] > article {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    animation: fade-in-keyframes 0.5s;
    border-bottom: none;
}

.igx-dita-content footer {
    font-size: 75%;
    border-top: solid 1px #ccc;
    line-height: 24px;
    height: 24px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding-left: 8px;
    background-color: #fafafa;
}

.igx-dita-content .mobile {
    display: none;
}

.igx-dita-content img {
    display: inline;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content .mobile {
        display: initial;
    }
}

.igx-dita-content .desktop {
    display: initial;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .igx-dita-content .desktop {
        display: none;
    }
}

@media (max-width: 768px),
(max-device-width: 768px) {

    .igx-dita-content html,
    .igx-dita-content body {
        font-size: initial;
    }

    .igx-dita-content main[role=main] {
        padding-right: 40px;
    }

    .igx-dita-content main[role=main] figure img {
        max-width: 100%;
    }

    .igx-dita-content nav[role=toc] {
        display: none;
    }

    .igx-dita-content body {
        flex-wrap: wrap;
    }

    .igx-dita-content main[role=main] {
        flex: 1 1 calc(100% - 40px - 45px);
    }

    .igx-dita-content #search {
        flex: 0 0 100%;
        order: -1;
        max-width: 100%;
        width: 100%;
        opacity: 1;
    }

    .igx-dita-content #search.hidden {
        display: block;
        position: absolute;
        right: 0px;
        width: auto;
        height: auto;
    }

    .igx-dita-content #search.hidden #search-input {
        height: auto;
    }

    .igx-dita-content #search.hidden #search-input input {
        width: 0px;
        margin: 8px 0px;
    }

    .igx-dita-content #search.hidden #search-input input + #close-icon {
        display: none;
    }

    .igx-dita-content #search.hidden #search-results {
        height: auto;
        display: none;
    }

    .igx-dita-content #search-input {
        position: initial;
        height: auto;
    }

    .igx-dita-content #search-input input,
    .igx-dita-content #search-input input:focus,
    .igx-dita-content #search-input input:hover {
        width: calc(100% - 5em);
    }

    .igx-dita-content #search-results {
        position: initial;
        height: auto;
    }
}

@media only screen and (orientation: portrait) and (max-device-width: 768px) {
    .igx-dita-content body {
        -webkit-text-size-adjust: 100%;
        font-size: 3em;
    }

    .igx-dita-content footer {
        font-size: x-large;
        line-height: calc(24px * 2);
        height: calc(24px * 2);
    }
}

.igx-dita-content main[role=main] a,
.igx-dita-content main[role=main] a:hover {
    text-decoration: none;
}

.igx-dita-content nav[role=toc] li a:hover {
    text-decoration: underline;
}

.igx-dita-content .substeps {
    list-style-type: lower-alpha;
}

.igx-dita-content .type-a {
    list-style-type: lower-alpha;
}

.igx-dita-content .type-i {
    list-style-type: lower-roman;
}